//==============================================================================
// Myrmidon_Anim.txt
//==============================================================================

//==============================================================================
define greekSword
{
   TechLogic none
   set hotspot
   {
      version
      {
         Visual attachments g sword kkopis
      }
   }
}

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define LargeGreekShield
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Attachments hoplon shield
	    ReplaceTexture hoplon1/hoplon marine1
         }
      }
   }
}

//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            visual infantry g myrmidon head iron
		replacetexture infantry g myrmidon head iron/hippikon head bronze
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Myrmidon_IdleA
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
         }
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Myrmidon_BoredA
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Myrmidon_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.35 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
         }
			version
         {
            Visual Infantry G Myrmidon_AttackB
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.53 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Myrmidon_DeathA
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
            connect TopOfHead blood hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Myrmidon_WalkA
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
//-- end auto generated section
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Infantry G Myrmidon_FlailA
                    replacetexture infantry g myrmidon head iron/infantry g marine head
                    replacetexture infantry g myrmidon iron/infantry g marine
            connect TopOfHead Head hotspot
            connect RightHand GreekSword hotspot
            connect LeftForeArm LargeGreekShield hotspot
            connect TopOfHead blood hotspot
         }
      }
   }
}